From: Philip Withnall Date: Mon, 25 Jul 2022 21:15:58 +0000 (+0200) Subject: gtkwidget: Fix a small typo in a docs comment X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~81^2^2~39^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=87ba99f66b4569d7bdb254d2bc16611d1408fa59;p=gtk4.git gtkwidget: Fix a small typo in a docs comment Signed-off-by: Philip Withnall --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 360d8412a8..0f36edb72e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -6843,7 +6843,7 @@ gtk_widget_get_display (GtkWidget *widget) * The default `focus()` virtual function for a widget should return `TRUE` if * moving in @direction left the focus on a focusable location inside that * widget, and `FALSE` if moving in @direction moved the focus outside the - * widget. When returning `TRUE`, widgets normallycall [method@Gtk.Widget.grab_focus] + * widget. When returning `TRUE`, widgets normally call [method@Gtk.Widget.grab_focus] * to place the focus accordingly; when returning `FALSE`, they don’t modify * the current focus location. *